home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_63538.txt < prev    next >
Text File  |  1987-11-25  |  789b  |  28 lines

  1. -- card: 63538 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. A script that explains itself (cont.)
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. end mouseUp
  15.  
  16. The word "end" followed by the name of the message we are defining marks the end of this handler.  The message name must match name in the previous "on".
  17.  
  18. You can handle more than one message in a single script.  Each "on" . . . "end" pair is the handler of a single message.
  19.  
  20. If "end" does not line up with "on" at the left edge of the screen, something is wrong with your handler.
  21.  
  22. -- part contents for background part 43
  23. ----- text -----
  24. 267,189
  25.  
  26. -- part contents for background part 44
  27. ----- text -----
  28. end <message name>